Don't bother looking up EnumDisplayMonitors and GetMonitorInfoA
authorTor Lillqvist <tml@novell.com>
Sun, 3 Aug 2008 23:05:37 +0000 (23:05 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sun, 3 Aug 2008 23:05:37 +0000 (23:05 +0000)
commit34159c417bf9bea9a4793c12bbd2bb40ec692e0b
treebcbd377b8eaf90e7f59f580b056b43e68b3d96f5
parent8303b4437e0508f621e8bff83060daba0cc8a6da
Don't bother looking up EnumDisplayMonitors and GetMonitorInfoA

2008-08-04  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkdisplay-win32.c: Don't bother looking up
EnumDisplayMonitors and GetMonitorInfoA dynamically, they are
present in NT-based Windows since Windows 2000.
(enum_monitor): For some reason the MONITORINFOEX struct in
mingw-win64 is different than the proper one as in MSDN and 32-bit
mingw, so just copy the proper definition here.

svn path=/trunk/; revision=20953
ChangeLog
gdk/win32/gdkdisplay-win32.c